FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ScriptEnumValue<T> Class / ValueAsString Property

In This Topic
    ValueAsString Property (ScriptEnumValue<T>)
    In This Topic
    Gets a string representing the value of this ScriptValue<T> object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueAsString As String
    public string ValueAsString {get;}
    See Also